8.1. Preconditions for Calendar Object Creation
CalWS:target-exists: The entity already exists.
CalWS:not-calendar-data: The resource submitted
MUSTbe a supported media type (i.e., iCalendar) for calendar object resources;CalWS:invalid-calendar-data: The resource submitted
MUSTbe valid data for the media type being specified (i.e.,MUSTcontain valid iCalendar data);CalWS:invalid-calendar-object-resource: The resource submitted in the request
MUSTobey all restrictions specified in Calendar Object Resources (e.g., calendar object resourcesMUST NOTcontain more than one type of calendar component, calendar object resourcesMUST NOTspecify the iCalendarMETHODproperty, etc.);CalWS:unsupported-calendar-component: The resource submitted in the request
MUSTcontain a type of calendar component that is supported in the targeted calendar collection;CalWS:uid-conflict: The resource submitted in the request
MUST NOTspecify an iCalendar UID property value already in use in the targeted calendar collection or overwrite an existing calendar object resource with one that has a different UID property value. ServersSHOULDreport the URL of the resource that is already making use of the same UID property value in the CalWS:href element<!ELEMENT uid-conflict (CalWS:href)>
CalWS:exceeds-max-resource-size: The resource submitted in the request
MUSThave an octet size less than or equal to the value of the CalDAV:max-resource-size property value on the calendar collection where the resource will be stored;CalWS:before-min-date-time: The resource submitted in the request
MUSThave all of its iCalendarDATEorDATE-TIMEproperty values (for each recurring instance) greater than or equal to the value of the CalDAV:min-date-time property value on the calendar collection where the resource will be stored;CalWS:after-max-date-time: The resource submitted in the request
MUSThave all of its iCalendarDATEorDATE-TIMEproperty values (for each recurring instance) less than the value of the CalDAV:max-date-time property value on the calendar collection where the resource will be stored;CalWS:too-many-instances: The resource submitted in the request
MUSTgenerate a number of recurring instances less than or equal to the value of the CalDAV: max-instances property value on the calendar collection where the resource will be stored;CalWS:too-many-attendees-per-instance: The resource submitted in the request
MUSThave a number ofATTENDEEproperties on any one instance less than or equal to the value of the CalDAV:max-attendees-per-instance property value on the calendar collection where the resource will be stored;